home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
prog
/
hdk100b.arj
/
MAKMULTI.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-03
|
309b
|
13 lines
@Echo off
Echo - Demo, How to make a multiple file target database.
Echo - This demo is for Winhelp target, but can be used in OS/2 as well.
helpc /pp+ multi1
helpc /pp+ multi2
helpc /w31 multi1 /el=9
helpc /w31 multi2 /el=9
Echo Assuming HC31 is in the path
hc31 multi1
hc31 multi2
Echo - Done.